home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / neumap3.zip / NUMP.ZP / DEMOM.HLP < prev    next >
Text File  |  1993-01-02  |  2KB  |  39 lines

  1. 1. Processing Examples
  2.    An example run can be made for each processing option in 
  3.    this package, using the data files in directory 
  4.    \neuron\batchm\dat. These processing examples are run as follows.
  5.  a. Go to the subdirectory \neuron\batchm\dat
  6.  b. Start up Nuron
  7.  c. Go to the option you are interested in. However, under 
  8.     "Multilayer Perceptron Processing", you cannot "Analyze
  9.      a Trained MLP" until you have designed one.
  10.  d. Choose batch processing. The dos editor will edit a parameter
  11.     file, which has responses to programs requests
  12.  e. Exit the Dos editor. The program will now run using responses in 
  13.      the parameter file.
  14.  f. Choose the "Examine Program Output" option, if you like.
  15.  g. For further details on the examples, see the help files for
  16.     the option you are interested in.
  17.  
  18. 2. Designing a MLP Neural Net for Your Own Data
  19.  a. Obtain an ascii data file and put it in the proper format. File
  20.     Gls is a good example. Figure out how many inputs or features
  21.     your data has and how many outputs you have.
  22.  b. Decide how many hidden layers (1 or 2) you want and how many 
  23.     hidden units (up to 40 per layer) you want. One way to do this 
  24.     is to "Estimate Network Structure" under the "Data Format and  
  25.     Pre-Processing" option. Create a network structure file by
  26.     editing a copy of Gls.top or during the manual run of the
  27.     backpropagation program or fast training program.
  28.  c. Decide whether you want to use backpropagation training or fast
  29.     training. Fast training is recommended.
  30.  d. Go to the "Batch Processing" option under "Fast Training" or 
  31.    "Backpropagation Training", which are under the "Multilayer 
  32.     Perceptron Processing" menu.
  33.  e. Alter the keyboard response file, following the choices you
  34.     have made, and exit the EDIT program. The training program will
  35.     now run.
  36.  f. Choose the "Examine Program Output" option if you like.
  37.  
  38.  
  39.